From 4ea4a940ffe5d344a96923e3c467adff4c681890 Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Sat, 13 Feb 2016 23:21:05 +0900 Subject: [PATCH] Disable show-trailing-whitespace --- which-key.el | 1 + 1 file changed, 1 insertion(+) diff --git a/which-key.el b/which-key.el index 8934934c082..44d893f6a4d 100644 --- a/which-key.el +++ b/which-key.el @@ -535,6 +535,7 @@ alongside the actual current key sequence when (setq-local cursor-in-non-selected-windows nil) (setq-local mode-line-format nil) (setq-local word-wrap nil) + (setq-local show-trailing-whitespace nil) (run-hooks 'which-key-init-buffer-hook)))) (defun which-key--setup () -- 2.30.2